func regexp.quote
3 uses
regexp (current package)
regexp.go#L313: panic(`regexp: Compile(` + quote(str) + `): ` + err.Error())
regexp.go#L324: panic(`regexp: CompilePOSIX(` + quote(str) + `): ` + err.Error())
regexp.go#L329: func quote(s string) string {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)